@font-face { font-family:'851cai'; src: url('../fonts/851-CAI978.ttf'); }
html{
	margin:0;
	padding:0;
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
}
body{
	padding-right: 0px !important;
}
p{
	margin: 0;
}
a{
	text-decoration:none !important;
}
*{

	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
a {
	text-decoration: none;
	outline: none;
}
ol,
ul,
li {
	list-style: none;
}
video {
	display: block !important;
	object-fit: cover;
}
.learn_more{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
.learn_more a{
	color: #1d4a9e;
	font-size: 14px;
	width: 150px;
	height: 40px;
	background-color: #f7f8f8;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}
.learn_more a:hover{
	/*color: #d8262c;*/
}
.learn_more a .learn_more_icon{
	width: 100%;
	height: 8px;
	position: relative;
	margin-top: 5px;
	margin-left: -10px;
}
.learn_more a .learn_more_icon img{
	position: absolute;
}
.learn_more a .learn_more_icon img:nth-child(1){
	display: none;
}
.learn_more a:hover .learn_more_icon img:nth-child(2){
	display: none;
}
.learn_more a:hover .learn_more_icon img:nth-child(1){
	display: block;
}
.more_hr{
	width: 34px;
	height: 3px;
	background-color: #d8262c;
	margin-top: 20px;
}
.more2_hr{
	width: 42px;
	height: 4px;
	background-color: #fff;
	margin-top: 30px;
}
.more3_hr{
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-top: 5px;
}
.more4_hr{
	width: 42px;
	height: 4px;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 10px;
}
.more5_hr{
	width: 25px;
	height: 2px;
	background-color: #d8262c;
}
.backtotop{
	opacity: 0;
	position: fixed;
	right: 30px;
	bottom: 260px;
	position: fixed;
	z-index: 99;

	width: 44px;
	height: 44px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 50%;
	background-image: linear-gradient(
			0deg, #ffffff 0%, #f3f5f8 100%);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.header{
	width: 100%;
	box-shadow: 2px 0px 5px 2px rgba(0 ,0 ,0 ,0.1);
	background-color: #fff;
	z-index: 99;
	border-top: 5px solid #158040;
}
.header .main{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-end;
}
.header .main .head-nav {
	height: 80px;
	background: #fff;
	display: flex;
}
.header .main .head-nav-con {
	height: 80px;
	margin: auto;
}
.header .main .head-nav-con .ul{
	display: flex;
}
.header .main .head-nav-con ul li {
	width: 90px;
	float: left;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width: 1080px){
	.header .main .head-nav-con ul li {
		width: 70px;
	}
}
@media screen and (max-width: 900px){
	.header .main .head-nav-con ul li {
		width: 50px;
	}
}
.header .main .head-nav-con .drop_ul .drop_li{
	width: 200px;
	text-align: left;
	border-bottom: 1px solid #f7f8f8;
}

.header .main .head-nav-con .ul .li{
	position: relative;
}
.header .main .head-nav-con .ul .li:before{
	position: absolute;
	content: '';
	width: 0px;
	height: 3px;
	background-color: #1d4a9e;
	margin: 0 auto;
	left:50%;
	bottom: 16px;
	transform:translate(-50%,-50%);
	transition: all 0.5s;
}
.header .main .head-nav-con .ul .li:hover:before{
	width: 36px;
}
.header .main .head-nav-con ul.ul li.li:nth-last-child(1){
	width: 40px;
}
.header .main .head-nav-con ul.ul li.li:nth-last-child(2){
	width: 80px;
}
.header .main .head-nav-con ul.ul li.li:nth-last-child(2) a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .main .head-nav-con ul.ul li.li:nth-last-child(2) a span{
	margin-left: 10px;
}
.header .main .head-nav-con .ul .li a{
	font-weight: bold;
}
.header .main .head-nav-con .drop-down-content .drop_li a{
	line-height: 45px;
}
.header .main .head-nav-con .ul .li:hover .ac{
	color: #1d4a9e;
}

.header .main .head-nav-con .drop_ul .drop_li a{
	text-align: left;
	padding-left: 30px;
	font-weight: 400;

}
.header .main .head-nav-con ul li:hover {

}
.header .main .head-nav-con .drop_ul .drop_li:hover a{
	color: #fff;
	background-color: #1d4a9e;
	font-weight: bold;
}
.header .main .head-nav-con ul a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 80px;
	color: #3e3a39;
	font-size: 18px;
}
@media screen and (max-width: 900px){
	.header .main .head-nav-con ul a {
		font-size: 16px;
	}
}
.header .main .head-nav-con .drop-down {
	position: relative;
}
.header .main .head-nav-con .drop-down-content {
	padding: 0;
	display: none;
	position: absolute;
	z-index: 9;
	box-shadow: 2px 0px 5px 2px rgba(0 ,0, 0, 0.1);
}

.header .main .head-nav-con .drop-down:hover .drop-down-content {
	display: block;
	background-color: #fff;
}
.header .main .head-nav-con .drop-down-2 {
	position: relative;
}
.header .main .head-nav-con .drop-down-content-2 {
	padding: 0;
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #007130;
	right: -170px;
	top: 0;
}
.header .main .head-nav-con .drop-down-content-2 > li {
	float: none;
	background-color: #007130;
}
.header .main .head-nav-con .drop-down-content-2 li:hover a {
	background-color: #ff9c01;
}
.header .main .head-nav-con .drop-down-2:hover .drop-down-content-2 {
	display: block;
}
/*header_form*/
.header_form{
	width: 100%;
	height: 50px;
	margin-top: 10px;
	position: fixed;
	top: 110px;
	z-index: 97;
	display: none;
}
.header_form .main {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.3);
}
.header_form .main form{
	height: 50px;
	display: flex;
}
.header_form .main .name{
	flex: 1;
	padding-left: 10px;
	padding-right: 10px;
}
.header_form .main .submit{
	width: 50px;
	height: 100%;
	background-color: red;
	color: #fff;
}
.header_form .main input{
	width: 100%;
	height: 100%;
	border: 0px solid rgba(0,0,0,0);
	outline: none;
}

.header_nav{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 200;
}
.header_nav.sc{
	background-color: #fff;
	box-shadow: 2px 0 5px 2px rgba(0,0,0,0.1);
}
.header_nav .main {
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.header_nav .main .left{

}
.header_nav .main .left img{
	height: 30px;
}
.header_nav .main .right{
	cursor: pointer;
}
.header_nav .main .right img:nth-child(2){
	display: none;
}
.header_nav .main .right.ac img:nth-child(2){
	display: block;
}
.header_nav .main .right.ac img:nth-child(1){
	display: none;
}
.header_m{
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0px;
	background-color: #eee;
	right: -250px;
	transition: all .5s;
	z-index: 202;
}
.header_m .main{
	padding: 20px 20px;
}
.header_m .main .ul .li{
	min-height: 60px;
	border-bottom: 1px solid #707070;
	color: #000;
	line-height: 60px;
}
.header_m .main .ul .li a{
	font-weight: bold;
}
.header_m .main .ul .li.drop{
}
.header_m .main .ul .li .drop_ul{
	display: none;
	height: 0px;
	transition: all 0.5s;
	height: auto;
}
.header_m .main .ul .li .drop_ul.active{
	height: auto;
	display: block;
}
.header_m .main .ul .li .drop_ul .drop_li{
	height: 60px;
	border-bottom: 1px solid #707070;
	color: #000;
	line-height: 60px;
	padding-left: 30px;
}
.header_m .main .ul .li .drop_ul .drop_li a{
	font-weight: 400;
}
.header_m .main .ul .li a{
	display: block;
	color: #9fa0a0;
	font-size: 16px;
}
.header_m .main .ul .li a:hover{
	color: #d8262c !important;
}
.mask{
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 201;

}

.banner.banner2{
	display: none;
}
@media screen and (max-width: 767px){
	.banner.banner2{
		display: block;
	}
}
.banner a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner a img {
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
}
.banner .swiper-pagination {
	padding-left: 40%;
}
@media screen and (max-width: 767px){
	.banner .swiper-pagination {
		padding-left: 0%;
	}
}
.banner .swiper-pagination-fraction, .banner .swiper-pagination-custom, .banner .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 15%;
}
.banner .swiper-pagination-bullet{
	width: 42px;
	height: 3px;
	border-radius: 0px;
}
.banner .swiper-pagination-bullet-active{
	background-color: #fff;
}

/*发展历程*/
/*course*/
.course{

}
.course .main{
	max-width: 1490px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 767px){
	.course .main{
		height: 100px;
	}
}
.course .main .swiper-container{
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 900px){
	.course .main .swiper-container{
		width: 80%;
	}
}
.course .main .swiper-container .swiper-wrapper{

}
.course .main .swiper-container .swiper-wrapper .swiper-slide{
	width: 100%;
	height: 140px;
	position: relative;
}
@media screen and (max-width: 767px){
	.course .main .swiper-container .swiper-wrapper .swiper-slide{
		width: 100%;
		height: 100px;
	}
}
.course .main .swiper-container .swiper-wrapper .swiper-slide:before{
	position: absolute;
	content: '';
	width: 1px;
	height: 100px;
	/*background-color: #d2d2d2;*/
	border-left: 1px solid #d2d2d2;
	top: 20px;
	right: 0px;
	box-sizing: border-box;
}
.course .main .swiper-container .swiper-wrapper .swiper-slide a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.course .swiper-button-prev, .course .swiper-container-rtl .swiper-button-next{
	background: url("../image/course_j_le.png") no-repeat;
	margin-top: -16px;
}
.course .swiper-button-next, .course .swiper-container-rtl .swiper-button-prev{
	background: url("../image/course_j_ri.png") no-repeat;
	margin-top: -16px;
}
.course .main .swiper-container .swiper-wrapper .swiper-slide .tit{
	font-size: 30px;
	color: #595757;
	font-family: 微软雅黑;
	font-weight: bold;
}
.course .main .swiper-container .swiper-wrapper .swiper-slide .time{
	font-size: 18px;
	color: #727171;
}

/*公司简介*/
/*introduce*/
.introduce{
	width: 100%;
	font-family: 微软雅黑;
	margin-top: 100px;
}
@media screen and (max-width: 767px){
	.introduce{
		margin-top: 40px;
	}
}
.introduce .main{
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 767px){
	.introduce .main{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.introduce .main .t{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px){
	.introduce .main .t{
		font-size: 30px;
	}
}
.introduce .main .t span{
	color: #1d4a9e;
}
.introduce .main .con{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.introduce .main .con .left{
	padding-right: 20px;
	width: 50%;
	margin-top: 30px;
}
@media screen and (max-width: 767px){
	.introduce .main .con .left{
		padding-right: 0px;
		width: 100%;
	}
}
.introduce .main .con .left img{
	width: 100%;
}
.introduce .main .con .right{
	padding-left: 20px;
	width: 50%;
	margin-top: 30px;
}

.introduce .main .con .right .title{
	font-size: 30px;
	color: #444444;
	font-weight: bold;
}
.introduce .main .con .right .desc{
	font-size: 16px;
	color: #444444;
	margin-top: 30px;
}
@media screen and (max-width: 767px){
	.introduce .main .con .right{
		padding-left: 0px;
		width: 100%;
	}
	.introduce .main .con .right .title{
		font-size: 28px;

	}
	.introduce .main .con .right .desc{

	}
}
.introduce .main .con .right .btns{
	width: 150px;
	height: 40px;
	background-color: #f7f8f8;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
}
.introduce .main .con .right .btns a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #1d4a9e;
}
.introduce .main .con .right .hrs{
	height: 2px;
	width: 100%;
	background-color: #1d4a9e;
	margin-top: 50px;
}
.introduce .main .con .right .box{
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.introduce .main .con .right .box .list{
	text-align: center;
}
@media screen and (max-width: 767px){
	.introduce .main .con .right .box .list{

	}
}
.introduce .main .con .right .box .list .tit{
	font-size: 16px;
	color: #595757;
}
.introduce .main .con .right .box .list .number{
	font-size: 48px;
	color: #1d4a9e;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.introduce .main .con .right .box .list .number{
		font-size: 28px;
	}
}
.introduce .main .con .right .box .list .number span{

}
.introduce .main .con .right .box .list .company{
	font-size: 16px;
	color: rgba(89,87,87,0.5);
}

/*解决方案*/
/*vr*/
.vr{
	width: 100%;
	height: 100%;
	margin-top: 70px;
	background-color: #f7f8f8;
	padding-top: 70px;
	padding-bottom: 70px;
}
.vr .main{
	max-width: 1410px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.vr .main .title{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.vr .main .title{
		font-size: 30px;
	}
}
.vr .main .title span{
	color: #1d4a9e;
}
.vr .main .con{
	margin-top: 50px;
	overflow: hidden;
}
.vr .main .con img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.vr .main .con:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
@media screen and (max-width: 767px){
	.vr .main .con{
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*VR*/


/*解决方案*/
/*solution*/
.solution{
	width: 100%;
	height: 100%;
	margin-top: 100px;
}
.solution .main{
}
.solution .main .t{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px){
	.solution .main .t{
		font-size: 30px;
	}
}
.solution .main .t span{
	color: #1d4a9e;
}
.solution .main .con{
	width: 100%;
	margin: 0 auto;
}

.solution .main .con .swiper-slide{
	/*margin-top: 50px;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.solution .swiper-pagination-fraction, .solution .swiper-pagination-custom, .solution .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 15%;
}
.solution .swiper-pagination-bullet{
	width: 42px;
	height: 3px;
	border-radius: 0px;
}
.solution .swiper-pagination-bullet-active{
	background-color: #fff;
}

.shops {
	width: 100%;
	height: 100%;
	margin-top: 30px;
	font-family: 微软雅黑;
}
.shops .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.shops .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 150px;
	height: 50px;
	opacity: 1;
	border-radius:0px;
	line-height: 50px;
	background: 0;
	width: 10%;
}
@media screen and (max-width: 767px){
	.shops .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
		width: 40%;
	}
}
.shops .swiper-pagination-fraction, .shops .swiper-pagination-custom, .shops .swiper-container-horizontal > .swiper-pagination-bullets{
	position: sticky;
	font-size: 24px;
	color: #595757;
	font-weight: bold;
}
.shops .swiper-pagination{
	/*display: flex;*/
	/*flex-direction: row;*/
	/*flex-wrap: nowrap;*/
	/*align-items: center;*/
	/*justify-content: flex-end;*/
}
@media screen and (max-width: 540px){
	.shops .swiper-pagination{
		display: flex;
		flex-wrap: wrap;
		/* flex-direction: row; */
		justify-content: space-around;
		align-content: center;
	}
}
.shops .swiper-pagination-bullet-active{
	position: relative;
}
.shops .swiper-pagination-bullet-active:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #1d4a9e;
	top: 25px;
	right: 0px;
}
@media screen and (max-width: 767px){
	.shops .swiper-pagination-bullet-active:after{
		position: relative;
	}
}
.shops .swiper-pagination-bullet-active:before{
	position: absolute;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #1d4a9e;
	top: 25px;
	left: 0px;
}
@media screen and (max-width: 767px){
	.shops .swiper-pagination-bullet-active:before{
		position: relative;
	}
	.shops .swiper-pagination-bullet-active{
		border: 1px solid #168442;
	}
}
.shops .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: center;
}
@media screen and (max-width: 767px){
	.shops .ul{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.shops .ul .li{
	width: 23%;
	/*height: 370px;*/
	margin-top: 30px;
	overflow: hidden;
	border: 1px solid #fff;
	margin-left: 2.6%;

}
.shops .ul .li:nth-child(1){
	margin-left: 0;

}
.shops .ul .li:nth-child(5n){
	margin-left: 0;

}
@media screen and (max-width: 767px){
	.shops .ul .li{
		width: 49%;
		margin-left: 0;
	}
	.shops .ul .li:nth-child(1){
		margin-left: 0;
	}
	.shops .ul .li:nth-child(2n){
		margin-left: 2%;
	}

}
.shops .ul .li .li_img{
	/*background-color: rgb(225,226,228);*/
	/*width: 322px;*/
	/*height: 322px;*/
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	overflow: hidden;
}
.shops .ul .li .li_img img{
	/*padding: 30px;*/
	transition: all 0.5s;
	width: 100%;
	object-fit: cover;
}
.shops .ul .li:hover .li_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.shops .ul .li .li_tit{
	width: 100%;
	height: 50px;
	/*display: flex;*/
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
	white-space:nowrap;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;

}
@media screen and (max-width: 767px){
	.shops .ul .li .li_tit{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.shops .ul .li a{
	font-size: 16px;
	color: #595757;
	overflow: hidden;
}
.shops .ul .li:hover{
	border: 1px solid #168442;
}
.shops .ul .li:hover a{
	color: #168442;
}

/*战略合作伙伴*/
/*partner*/
.partner.partner2{
	display: none;
}
@media screen and (max-width: 767px){
	.partner.partner2{
		display: block;
	}
}
.partner{
	width: 100%;
	height: 100%;
}
.partner .main{
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.partner .main .t{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.partner .main .t span{
	color: #1d4a9e;
}
.partner .main .con{
	width: 94%;
	margin: 0 auto;
}
@media screen and (max-width: 1200px){
	.partner .main .con{
		width: 90%;

	}
}
@media screen and (max-width: 767px){
	.partner .main .con{
		width: 84%;

	}
}
@media screen and (min-width: 1500px){

}
.partner .main .con .swiper-slide{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*min-height: 400px;*/
}
.partner .main .con .swiper-slide a{
	width: 100%;
}
.partner .main .con .swiper-slide .left{
	width: 50%;
}
@media screen and (max-width: 767px){
	.partner .main .con .swiper-slide .left{
		width: 100%;
	}
}
.partner .main .con .swiper-slide .left .title{
	height: 100%;
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-end;
	justify-content: center;
	padding-left: 20%;
}
@media screen and (max-width: 767px){
	.partner .main .con .swiper-slide .left .title{
		padding-left: 5%;
	}
}
.partner .main .con .swiper-slide .left .title .tit{
	font-size: 36px;
	color: #fff;
}
.partner .main .con .swiper-slide .left .title .tit_en{
	font-size: 18px;
}
@media screen and (max-width: 767px){

}
.partner .main .con .swiper-slide .right{
	width: 50%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px){
	.partner .main .con .swiper-slide .right{
		width: 100%;
	}
}
.partner .main .con .swiper-slide .right img{
	width: auto;
	justify-content: center;
	object-fit: cover;
}
@media screen and (max-width: 1020px){
	.partner .main .con .swiper-slide .right img{
		width: 80%;

	}
}
@media screen and (max-width: 767px){

}
.partner .swiper-button-prev, .partner .swiper-container-rtl .swiper-button-next{
	background: url(../image/course_j_le.png) no-repeat;
	width: 18px;
	height: 30px;
	/*margin-top: 34px;*/
}
.partner .swiper-button-next, .partner .swiper-container-rtl .swiper-button-prev{
	background: url(../image/course_j_ri.png) no-repeat;
	width: 18px;
	height: 30px;
	/*margin-top: 34px;*/
}
.partner .swiper-button-prev, .partner .swiper-button-next{
	top: 60%;
}

/*最新话题与技术*/
/*conversation*/
.conversation{
	width: 100%;
	height: 100%;
	margin-top: 70px;
	/*background-color: #f7f8f8;*/
	font-family: 微软雅黑;
}
.conversation a{
	font-family: 微软雅黑;
}
.conversation .main{
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.conversation .main .title{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
	margin-top: 60px;
}
@media screen and (max-width: 767px){
	.conversation .main .title{
		font-size: 30px;
	}
}
.conversation .main .title span{
	color: #1d4a9e;
}
.conversation .main .con{

}
.conversation .main .con .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.conversation .main .con .ul .li{
	width: 23%;
	margin-top: 50px;
	background-color: #f7f8f8;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px){
	.conversation .main .con .ul .li{
		width: 48%;
	}
}
.conversation .main .con .ul .li .li_img{
	overflow: hidden;
}
.conversation .main .con .ul .li .li_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.conversation .main .con .ul .li:hover .li_img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.conversation .main .con .ul .li .li_title{
	font-size: 18px;
	color: #595757;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.2s;

}
.conversation .main .con .ul .li:hover .li_title{
	color: #e60012;
}
.conversation .main .con .ul .li .li_desc{
	font-size: 14px;
	color: #727171;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.conversation .main .con .ul .li .time{
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-size: 14px;
	color: #9fa0a0;
}
.conversation .main .con .ul .li .time .time_img{

}
.conversation .main .con .ul .li .time date{

}
/*.conversation .main .learn_more a{*/
/*	color: #898989;*/
/*}*/
/*.conversation .main .learn_more a:hover{*/
/*	color: #e60012;*/
/*}*/

.box_more{
	width: 100%;
	height: 100%;
	background-color: #f7f8f8;
	padding-bottom: 40px;
}
.box_more .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.box_more .main .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_more .main .ul .li{
	width: 23%;
	background-color: #fff;
	margin-top: 40px;
	padding: 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px){
	.box_more .main .ul .li{
		width: 48%;
	}
}
.box_more .main .li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box_more .main .li .box_more_img{

}
.box_more .main .li .box_more_img img{

}
.box_more .main .li .box_more_tit{
	font-size: 18px;
	color: #595757;
	font-weight: bold;
	margin-top: 20px;
	transition: all 0.2s;
}
.box_more .main .li a:hover .box_more_tit{
	color: #1d4a9e;
}

/*footer*/
.footer{
	width: 100%;
	height: 100%;
	margin-top: 70px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: #fff;
	font-family: 微软雅黑;
}
@media screen and (max-width: 767px){
	.footer{
		margin-bottom: 50px;
	}
}
.footer .main{
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.footer .main .top{
	/*height: 75px;*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgb(83,81,81);
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .main .top .left{

}
.footer .main .top .left a{

}
.footer .main .top .left a img{
	width: 100%;
	height: 70%;
	justify-content: center;
	object-fit: cover;
}
.footer .main .top .right{

}
.footer .main .top .right .ul{
	display: flex;
}
.footer .main .top .right .ul .li{
	padding-left: 20px;
	padding-right: 20px;
}
.footer .main .top .right .ul .li a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.footer .main .top .right .ul .li a:hover{
	color: #e60012;
}
.footer .main .con{
	margin-top: 50px;
	border-bottom: 1px solid rgb(83,81,81);
	padding-bottom: 50px;
}
.footer .main .con .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: center;*/
	position: relative;
}
.footer .main .con .ul .li{
	overflow: hidden;
	width: 25%;
}
.footer .main .con .ul .li.f_about .tit{
	padding-left: 15px;
}
.footer .main .con .ul .li img{
	width: 100%;
}
.footer .main .con .ul .li:nth-child(3){
	width: 35%;
}
.footer .main .con .ul .li:nth-child(4){
	width: 10%;
}
@media screen and (max-width: 767px){
	.footer .main .con{
		margin-top: 0px;
	}
	.footer .main .con .ul{

	}
	.footer .main .con .ul .li{
		width: 100% !important;
		margin-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer .main .con .ul .li.f_about .tit{
		padding-left: 0px;
	}
}
.footer .main .con .ul .li .p_t{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}
.footer .main .con .ul .li .p{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	margin-top: 5px;
}
.footer .main .con .ul .li .f_box{
	/*display: flex;*/
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
.footer .main .con .ul .li .f_box input{
	height: 26px;
	width: 48%;
	border: 1px solid #959595;
	background-color: #1a1a1a;
	padding-left: 10px;
	outline: none;
}
.footer .main .con .ul .li .f_box .boxs{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.footer .main .con .ul .li .f_box textarea{
	height: 60px;
	width: 100%;
	border: 1px solid #959595;
	background-color: #1a1a1a;
	padding: 10px;
	resize: none;
	margin-top: 10px;
	margin-bottom: 10px;
	outline: none;
}
.footer .main .con .ul .li .f_box input.submit{
	height: 26px;
	width: 100%;
	border: 1px solid #959595;
	background-color: #1a1a1a;
	padding-left: 10px;
}
@media screen and (max-width: 767px){
	.footer .main .con .ul .li .f_box{
		/*display: flex;*/
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		align-items: center;
	}
}
.footer .main .con .ul .li .f_box .box:nth-child(2){
	margin-left: 40px;
}
.footer .main .con .ul .li .f_box .box{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: space-around;
	justify-content: flex-end;
	align-items: center;
}
.footer .main .con .ul .li .f_box .box .tit{
	margin-top: 5px;
	color: rgba(255,255,255,0.7);
}

.footer .main .f_nav{
	padding-bottom: 15px;
}
.footer .main .f_nav .ul{
	display: flex;
	color: rgba(255,255,255,0.2);
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .main .f_nav .ul .li{
	padding-top: 15px;

}
@media screen and (max-width: 767px){
	.footer .main .f_nav .ul .li{
		width: 100%;
		padding-left: 10px;
	}
}
.footer .main .f_nav .ul .li:nth-child(2){
	color: rgba(255,255,255,0.4);
}


.menus{
	width: 70px;
	opacity: 0;
	position: fixed;
	right: 30px;
	bottom: 260px;
	position: fixed;
	z-index: 99;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width: 767px){
	.menus{
		bottom: 100px;
		right: 10px;
		display: none;
	}
}
.menus .ul .li{
	width: 70px;
	height: 70px;
	margin-top: 12px;
	background-color: #aaaaaa;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.menus .ul .li:hover{
	background-color: #e60012;
}
.menus .ul .li.back{
	background-color: #e60012;
}
.menus .ul .li a{
	width: 70px;
	height: 70px;
	/*background-color: #aaaaaa;*/
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.menus .ul .li a{
	font-size: 14px;
	color: #fff;
}
.menus .ul .li a .menus_tit{
	margin-top: 5px;
}


/*公共部分*/
.secondary_banner{
	width: 100%;
	height: 245px;
	/*background-position: center !important;*/
	/*background-repeat: no-repeat !important;*/
	/*-webkit-background-size: cover !important;*/
	/*-moz-background-size: cover !important;*/
	/*-o-background-size: cover !important;*/
	/*background-size: cover !important;*/
}
.secondary_banner img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
}

.secondary_nav{
	width: 100%;
	height: 100%;
	margin-top: 40px;
}
.secondary_nav .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.secondary_nav .main .title{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 1400px){
	.secondary_nav .main .title{
		padding-left: 10px;
	}
}
.secondary_nav .main .crumbs{
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1400px){
	.secondary_nav .main .crumbs{
		padding-left: 10px;
	}
}
.secondary_nav .main .crumbs a{
	color: #595757;

}

.about{
	width: 100%;
	height: 100%;
}
.about .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1400px){
	.about .main{
		padding-right: 10px;
		padding-left: 10px;
	}
}
.about .main .about_img{
	width: 100%;
	height: 100%;
}
.about .main .about_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
}
.about .main .p{
	font-size: 16px;
	color: #595757;
	margin-top: 40px;
}

/*course*/
/*发展历程*/
.secondary_course{
	width: 100%;
	height: 100%;
	/*background-color: #f7f8f8;*/
}
.secondary_course .main img{
	width: 100%;
}
.secondary_course .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.secondary_course .main .swiper-pagination-bullet{
	width: 20%;
	height: 50px;
	border-radius: 0px;
}
.secondary_course .main .swiper-pagination-bullets-dynamic{
	font-size: 24px;
	color: #727171;
}
@media screen and (max-width: 767px){
	.secondary_course .main .swiper-pagination-bullets-dynamic{
		font-size: 18px;
	}
}
.secondary_course .main .swiper-pagination-bullet-active{
	color: #e60012;
	font-size: 72px;
}
@media screen and (max-width: 767px){
	.secondary_course .main .swiper-pagination-bullet-active{
		font-size: 24px;
	}
}
.secondary_course .main .swiper-pagination-bullet{
	background-color: rgba(0,0,0,0);
}
.secondary_course .main .con{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-end;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.secondary_course .main .title{
	font-size: 36px;
	color: #3e3a39;
}
.secondary_course .main .desc{
	font-size: 16px;
	color: #595757;
	margin-top: 40px;
	line-height: 24px;
}
@media screen and (max-width: 1400px){
	.secondary_course .main .desc{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.secondary_course .swiper-pagination-fraction, .swiper-pagination-custom, .secondary_course .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: auto;
	top: 100px;
}
@media screen and (max-width: 767px){
	.secondary_course .swiper-pagination-fraction, .swiper-pagination-custom, .secondary_course .swiper-container-horizontal > .swiper-pagination-bullets{
		top: 50px;
	}
}
.secondary_course .swiper-button-prev, .secondary_course .swiper-container-rtl .swiper-button-next{
	background: url("../image/course_j_le.png") no-repeat;
	margin-top: -16px;
}
.secondary_course .swiper-button-next, .secondary_course .swiper-container-rtl .swiper-button-prev{
	background: url("../image/course_j_ri.png") no-repeat;
	margin-top: -16px;
}
.secondary_course .swiper-button-prev, .secondary_course .swiper-button-next{
	top: 28%;
}
@media screen and (max-width: 767px){
	.secondary_course .swiper-button-prev, .secondary_course .swiper-button-next{
		top: 12%;
	}
}

/*video*/
/*企业视频*/
.video{
	width: 100%;
	height: 100%;
	margin-top: 80px;
}
.video .main{
	max-width: 1400px;
	height: 440px;
	margin: 0 auto;
}
.video .main video{
	object-fit: cover;
}

/*honor*/
/*资质荣誉*/
.honor{
	width: 100%;
	height: 100%;
}
.honor .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.honor .main .top{
	background-color: rgb(234,238,241);
	padding: 30px 90px;
}
@media screen and (max-width: 767px){
	.honor .main .top{
		padding: 30px 20px;
	}
}
.honor .main .top .tit{
	font-size: 24px;
	color: #3e3a39;
}
.honor .main .top .desc{
	font-size: 16px;
	color: #727171;
	margin-top: 16px;
}
.honor .main .box{

}
.honor .main .box .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
@media screen and (max-width: 767px){
	.honor .main .box .ul{
		margin-top: 30px;
	}
}
.honor .main .box .ul .li{
	width: 23%;
	height: 100%;
	margin-top: 50px;
	cursor: pointer;
	margin-left: 2.6%;
}
.honor .main .box .ul .li:nth-child(1){
	margin-left: 0;
}
.honor .main .box .ul .li:nth-child(4n+1){
	margin-left: 0;
}
@media screen and (max-width: 767px){
	.honor .main .box .ul .li{
		width: 48%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 30px;
		margin-left: 2%;
	}
	.honor .main .box .ul .li:nth-child(2n+1){
		margin-left: 1%;
	}
}
.honor .main .box .ul .li .box_img{
	overflow: hidden;
}
.honor .main .box .ul .li .box_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	box-shadow: 0px 0px 6px rgba(0, 0 ,0, 0.3);
	transition: all 0.5s;
}
.honor .main .box .ul .li:hover .box_img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.honor .main .box .ul .li .box_tit{
	height: 43px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
}
.honor .main .box .ul .li:hover .box_tit{
	border: 1px solid #e60012;
}
/*procedure*/
/*企业视频*/
.procedure{
	width: 100%;
	height: 100%;
}
.procedure .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.procedure .main img {
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	box-shadow: 0px 0px 6px rgba(0, 0 ,0, 0.3);
}
/*application*/
/*应用领域*/
.secondary_nav.application_nav .crumbs{
	margin-bottom: 0px;
}
.application{
	width: 100%;
	height: 100%;
}
.application .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.application .main .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: flex-start;
	align-content: space-around;
}
.application .main .ul .li{
	width: 31%;
	margin-top: 70px;
	margin-left: 3.5%;
}
.application .main .ul .li:nth-child(3n+1){
	margin-left: 0%;
}
@media screen and (max-width: 767px){
	.application .main .ul .li{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0;
	}
}
.application .main .ul .li .application_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.application .main .ul .li .application_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.application .main .ul .li:hover .application_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.application .main .ul .li .title{
	height: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.application .main .ul .li .title .tit{
	font-size: 16px;
	color: #595757;
	font-weight: bold;

}
.application .main .ul .li .title .icon{

}
.application .main .ul .li .title .icon img{

}
.application .main .ul .li .desc{
	font-size: 15px;
	color: #898989;
}


/*goods*/
/*产品中心*/
.goods{
	width: 100%;
	height: 100%;
}
.goods .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.goods .main .shop{

}
.goods .main .shop .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
@media screen and (max-width: 767px){
	.goods .main .shop .ul{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods .main .shop .ul .li{
	background-color: #f7f8f8;
	width: 32%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: space-around;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-left: 2%;
}
.goods .main .shop .ul .li:nth-child(3n+1){
	margin-left: 0;
}
@media screen and (max-width: 767px){
	.goods .main .shop .ul .li{
		width: 100%;
		margin-left: 0px;
	}
}
.goods .main .shop .ul .li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

	width: 100%;
	height: 100%;
	flex-wrap: nowrap;
	overflow: hidden;
}
.goods .main .shop .ul .li .shop_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.goods .main .shop .ul .li .shop_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.goods .main .shop .ul .li:hover .shop_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.goods .main .shop .ul .li .shop_tit{
	font-size: 18px;
	color: #3e3a39;
	font-weight: bold;
	bottom: -18px;
	margin-bottom: 34px;
	position: relative;
}
.goods .main .shop .ul .li:hover .shop_tit{
	color: #1d4a9e;
}
.secondary_nav.goods_nav .crumbs{
	margin-bottom: 0px;
}
.goods .main .see{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: center;
}
@media screen and (max-width: 1400px){
	.goods .main .see{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px){
	.goods .main .see{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods .main .see .tit{
	font-size: 24px;
	color: #d8262c;
	font-weight: bold;
	margin-top: 100px;
}
@media screen and (max-width: 767px){
	.goods .main .see .tit{
		margin-top: 50px;
	}
}
.goods .main .see  .btn_a{
	background-color: #e60012;
	width: 200px;
	height: 50px;
	text-align: center;
	margin-top: 100px;
}
@media screen and (max-width: 767px){
	.goods .main .see .btn_a{
		/*margin: 0 auto;*/
		margin-top: 50px;
	}
}
.goods .main .see  .btn_a a{
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 50px;
}
.goods .main .see  .btn_a span{

}
.goods .main .resources .resources_tit{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	margin-top: 60px;
}

.goods .main .resources .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.goods .resources .ul .li{
	width: 23%;
	background-color: #f7f8f8;
	margin-top: 40px;
	padding: 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px){
	.goods .resources .ul .li{
		width: 48%;
	}
}
.goods .resources .ul .li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.goods .resources .ul .li .box_more_img{

}
.goods .resources .ul .li .box_more_img img{

}
.goods .resources .ul .li .box_more_tit{
	font-size: 18px;
	color: #595757;
	font-weight: bold;
	margin-top: 20px;
	transition: all 0.2s;
}
.goods .resources .ul .li a:hover .box_more_tit{
	color: #e60012;
}

.goods .main .resources_honor .resources_tit{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	margin-top: 60px;
}
.goods .main .resources_honor .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}
.goods .main .resources_honor .ul .li{
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
}
.goods .main .resources_honor .ul .li img{

}
















.goods.list .main .shop{

}
.goods.list .main .shop .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
@media screen and (max-width: 767px){
	.goods.list .main .shop .ul{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods.list .main .shop .ul .li{
	background-color: #f7f8f8;
	width: 23%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: space-around;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-left: 2.6%;
}
.goods.list .main .shop .ul .li:nth-child(4n+1){
	margin-left: 0;
}
@media screen and (max-width: 767px){
	.goods.list .main .shop .ul{
		padding-left: 0px;
		padding-right: 0px;
	}
	.goods.list .main .shop .ul .li{
		width: 48%;
	}
	.goods.list .main .shop .ul .li:nth-child(2n){
		margin-left: 2%;
	}
	.goods.list .main .shop .ul .li:nth-child(2n+1){
		margin-left: 1%;
	}
}
.goods.list .main .shop .ul .li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 0%;
	padding-bottom: 0%;
	width: 100%;
	height: 100%;
	flex-wrap: nowrap;
	overflow: hidden;
}
.goods.list .main .shop .ul .li .shop_img{
	overflow: hidden;
}
.goods.list .main .shop .ul .li .shop_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.goods.list .main .shop .ul .li:hover .shop_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.goods.list .main .shop .ul .li .shop_tit{
	font-size: 18px;
	color: #3e3a39;
	width: 100%;
	font-weight: bold;
	bottom: -18px;
	margin-bottom: 34px;
	position: relative;
	white-space:nowrap;
	text-align: center;
	overflow:hidden;
	padding-left: 10px;
	padding-right: 10px;

	text-overflow:ellipsis;
}
.goods.list .main .shop .ul .li:hover .shop_tit{
	color: #1d4a9e;
}


/*download*/
/*宣传手册*/
.download{
	width: 100%;
	height: 100%;
}
.download .main{
	max-width: 1400px;
	margin: 0 auto;
}

.download .main .tit{
	font-size: 18px;
	color: #595757;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	align-items: center;
}
.download .main .tit .tits{

}
.download .main .tit .down_btns{
	background-color: #e60012;
	width: 200px;
	height: 50px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.download .main .tit .down_btns{
		margin-top: 30px;
	}
}
.download .main .tit .down_btns a{
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 50px;
}
@media screen and (max-width: 1400px){
	.download .main .tit{
		padding-right: 10px;
		padding-left: 10px;
	}
}
.download .main .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
@media screen and (max-width: 1400px){
	.download .main .ul{
		padding-right: 10px;
		padding-left: 10px;
	}
}
.download .main .ul .li{
	margin-top: 60px;
	width: 18%;
	margin-left: 2.5%;
}
.download .main .ul .li:nth-child(5n+1){
	margin-left: 0%;
}
@media screen and (max-width: 767px){
	.download .main .ul{
		padding-right: 0px;
		padding-left: 0px;
	}
	.download .main .ul .li{
		margin-top: 60px;
		width: 48%;
		margin-left: 2%;
	}
	.download .main .ul .li:nth-child(2n){
		margin-left: 2%;
	}
	.download .main .ul .li:nth-child(2n+1){
		margin-left: 1%;
	}
}
.download .main .ul .li .download_img{
	overflow: hidden;
}

.download .main .ul .li .download_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.download .main .ul .li:hover .download_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.download .main .ul .li .t{
	height: 50px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	font-size: 16px;
	color: #595757;
}
.download .main .ul .li .down_btn{
	height: 34px;
	background-color: #e5e5e5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.download .main .ul .li .down_btn.active{
	background-color: #e60012;
}
.download .main .ul .li .down_btn .on{
	display: block;
	width: 15px;
}
.download .main .ul .li .down_btn .ac{
	display: none;
	width: 15px;
}
.download .main .ul .li .down_btn.active .on{
	display: none;
}
.download .main .ul .li .down_btn.active .ac{
	display: block;
}
.download .main .ul .li .down_btn.active span{
	color: #fff;
}
.download .main .ul .li .down_btn span{
	font-size: 16px;
	color: #727171;
	margin-left: 5px;
}

/*news*/
/*新闻资讯*/
.news{
	width: 100%;
	height: 100%;
}
.news .main{
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 1400px){
	.news .main{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.news .main .ul{
}
@media screen and (max-width: 1400px){
	.news .main .ul{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px){
	.news .main .ul{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.news .main .ul .li{
	margin-top: 20px;
	background-color: rgb(234,238,241);
}
.news .main .ul .li a{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.news .main .ul .li:hover{
	background-color: #e60012;
}
.news .main .ul .li .left{
	width: 23%;
}
@media screen and (max-width: 767px){
	.news .main .ul .li .left{
		width: 100%;
	}
}
.news .main .ul .li .left .news_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news .main .ul .li .left .news_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.news .main .ul .li:hover .left .news_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.news .main .ul .li .right{
	width: 77%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	padding:50px;
	padding-top: 0px;
}
@media screen and (max-width: 767px){
	.news .main .ul .li .right{
		width: 100%;
		padding:20px;
	}
}
.news .main .ul .li .right .title{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.news .main .ul .li .right .title .tit{
	font-size: 20px;
	color: #595757;
	font-weight: bold;
	padding-top: 50px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media screen and (max-width: 767px){
	.news .main .ul .li .right .title .tit{
		padding-top: 20px;
	}
}
.news .main .ul .li:hover .right .title .tit{
	color: #fff;
}
.news .main .ul .li .right .title .date{
	font-size: 18px;
	color: #595757;
	padding-top: 50px;

}
@media screen and (max-width: 767px){
	.news .main .ul .li .right .title .date{
		padding-top: 20px;
	}
}
.news .main .ul .li:hover .right .title .date{
	color: #fff;
}
.news .main .ul .li .right .desc{
	font-size: 18px;
	color: #595757;
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .main .ul .li:hover .desc{
	color: #fff;
}
.news .main .ul .li .right .adds{
	margin-top: 30px;
}
.news .pagesa{
	display: flex;
	justify-content: space-between;
}
.news .pagesa a{
	color: #595757;
	font-size: 15px;
}
.news .pagesa .page{

}
.news .pagesa .next{

}
/*investment*/
/*招商加盟*/
.investment{
	width: 100%;
	height: 100%;
}
.investment .main{
	max-width: 1400px;
	margin: 0 auto;
}

.investment .main .p{
	color: #595757;
	font-size: 14px;
	margin-top: 30px;
	line-height: 23px;
}
@media screen and (max-width: 1400px){
	.investment .main .p{
		padding-left: 10px;
		padding-right: 10px;
	}
}


/*recruitment*/
/*人才招聘*/
.recruitment{
	width: 100%;
	height: 100%;
}
.recruitment .main{
	max-width: 1400px;
	margin: 0 auto;
}

.recruitment .main .box{
	display: flex;
	background-color: rgb(234,238,241);
	margin-top: 30px;
}
.recruitment .main .box .left{
	width: 150px;
	background-color: rgb(62,58,57);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
}
@media screen and (max-width: 767px){
	.recruitment .main .box .left span{
		padding-left: 35px;
		padding-right: 35px;
	}
}
.recruitment .main .box .right{
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 72px;
}
.recruitment .main .box .right .time{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	font-size: 16px;
	color: #595757;
	padding-right: 80px;
}
@media screen and (max-width: 767px){
	.recruitment .main .box .right .time{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		font-size: 16px;
		color: #595757;
		padding-right: 40px;
		padding-left: 20px;
	}
}
.recruitment .main .box .right .time .date_img{

}
.recruitment .main .box .right .time .date_img img{

}

.recruitment .main .box .right .time span{
	font-size: 16px;
	color: #9fa0a0;
	padding-left: 10px;
}
.recruitment .main .box .right .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.recruitment .main .box .right .ul .li{
}
@media screen and (max-width: 767px){
	.recruitment .main .box .right .ul .li{
		width: 100%;
		margin-top: 0px;
		padding-left: 20px;
	}
}
.recruitment .main .box .right .ul .li .p{
	font-size: 20px;
	color: #9fa0a0;
	line-height: 32px;
}
@media screen and (max-width: 767px){
	.recruitment .main .box .right .ul .li .p{
		margin-top: 10px;
	}
}
.recruitment .main .box .right .ul .li .p span{
	color: #595757;
}

/*contact*/
/*联系方式*/
.contact{
	width: 100%;
	height: 100%;
}
.contact .main{
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 1400px){
	.contact .main{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.contact .main .contact_introduce{
	color: #3e3a39;
	font-size: 16px;
	font-weight: bold;
}
.contact .main .tit{
	font-size: 24px;
	color: #d8262c;
	font-weight: bold;
	margin-top: 40px;
}
.contact .main .more5_hr{
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact .main .con{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contact .main .con .left{
	width: 50%;
}
@media screen and (max-width: 900px){
	.contact .main .con .left{
		width: 100%;
	}
}
.contact .main .con .left .p{
	font-size: 16px;
	color: #3e3a39;
	margin-bottom: 20px;
}
.contact .main .con .left .p span{
	font-weight: bold;
}
.contact .main .con .left .or{
	display: flex;
}
.contact .main .con .left .or .li{
	display: flex;
	margin-right: 40px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 14px;
	color: #3e3a39;
}
.contact .main .con .left .or .li .or_img{

}
.contact .main .con .left .or .li .or_img img{

}
.contact .main .con .left .or .li .or_tit{
	margin-top: 5px;
}
.contact .main .con .right{
	width: 50%;
}
@media screen and (max-width: 900px){
	.contact .main .con .right{
		width: 100%;
	}
}
.contact .main .con .right form{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .main .con .right input{
	background-color: #FFF;
	font-size: 16px;
	color: #727171;
	outline: none;
	width: 48%;
	height: 48px;
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid rgb(159,160,160);
}
@media screen and (max-width: 767px){
	.contact .main .con .right input{
		width: 100%;
	}
}
.contact .main .con .right textarea{
	background-color: #fff;
	font-size: 16px;
	color: #727171;
	outline: none;
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	resize: none;
	padding-top: 20px;
	border: 1px solid rgb(159,160,160);
}
.contact .main .con .right .submit {
	width: 100%;
	color: #fff;
	background-color: #e60012;
	font-size: 24px;
}
.contact .main .map{
	width: 100%;
	height: 450px;
	margin-top: 70px;
}

/*shop_detail*/
/*商品详情页*/
.goods.list .shop_detail{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.goods.list .shop_detail .left{
	margin-top: 30px;
	width: 600px;
}
@media screen and (max-width: 1100px){
	.goods.list .shop_detail .left{
		width: 100%;
	}
}
@media screen and (max-width: 1100px){
	.goods.list .shop_detail .left .boxs{
		display: none;
	}
}
.goods.list .shop_detail .left .boxs_m{
	margin-top: 20px;
	margin-bottom: 50px;
}
@media screen and (min-width: 1100px){
	.goods.list .shop_detail .left .boxs_m{
		display: none;
	}
}
.goods.list .shop_detail .left .boxs_m .swiper-slide{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
.goods.list .shop_detail .left .boxs_m .swiper-slide img{
	object-fit: cover;
	width: 100%;
}
.goods.list .shop_detail .right{
	padding-left:60px;
	flex: 1;
}
@media screen and (max-width: 1100px){
	.goods.list .shop_detail .right{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods.list .shop_detail .right .title{
	font-size: 30px;
	color: #d8262c;
	font-weight: bold;
}
.goods.list .shop_detail .right .desc{
	font-size: 16px;
	color: #898989;
	margin-top: 20px;
}
.goods.list .shop_detail .right .parameter_tit{
	font-size: 18px;
	color: #595757;
	margin-top: 60px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
}
.goods.list .shop_detail .right .parameter_desc{
	font-size: 16px;
	color: #898989;
	line-height: 35px;
	margin-top: 20px;
}
.goods.list .shop_detail .right .parameter_btns{
	width: 200px;
	height: 50px;
	background-color: #d8262c;
	margin-top: 100px;
}
.goods.list .shop_detail .right .parameter_btns a{
	font-size: 16px;
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: space-around;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.goods.list .shop_detail .swiper-button-prev, .goods.list .shop_detail .swiper-container-rtl .swiper-button-next{
	background: url("../image/course_j_le.png") no-repeat;
	margin-top: -16px;
}
.goods.list .shop_detail .swiper-button-next, .goods.list .shop_detail .swiper-container-rtl .swiper-button-prev{
	background: url("../image/course_j_ri.png") no-repeat;
	margin-top: -16px;
}

.goods.list .details{

}
.goods.list .details .details_btnsa{
	width: 200px;
	height: 50px;
	background-color: #d8262c;
	margin-top: 100px;
	font-size: 16px;
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: space-around;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1400px){
	.goods.list .details .details_btnsa{
		margin-left: 10px;
	}
}
.goods.list .cons{
	margin-top: 20px;
}
.goods.list .cons .main_cons{
	border: 2px solid #e5e5e5;
}
@media screen and (max-width: 1400px){
	.goods.list .cons{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods.list .cons img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
}

.consa {
	position: fixed;
	background-color: rgba(0,0,0,0.8);

	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*display: none;*/
	z-index: -99999;
	opacity: 0;
}
.consa .mask2{
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 1003;
	cursor: pointer;
}
.consa .mask3{
	position: fixed;
	top: 40px;
	left: 40px;
	z-index: 1003;
	color: #fff;
	font-size: 18px;
}
.consa  .swiper-container5{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1000;
}
.consa  .swiper-slide{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-end;
	justify-content: space-around;
	align-items: center;
}
.consa  .swiper-slide img{
	/*width: 100%;*/
	justify-content: center;
	object-fit: cover;
}

.consa .swiper-button-prev, .consa .swiper-container-rtl .swiper-button-next {
	background: url("../image/course_j_le.png") no-repeat;
}
.consa .swiper-button-next, .consa .swiper-container-rtl .swiper-button-prev {
	background: url("../image/course_j_ri.png") no-repeat;
}


.pages{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 50px;
}
.pages .pagination>li>a, .pages .pagination>li>span{
	width: 45px;
	height: 45px;
	border-radius: unset;
	border: 1px solid #ebeef8;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
	opacity: 1;
	color: #595857;
	font-size: 18px;
	padding: 0;
}
.pages .pagination>li:first-child>a, .pages .pagination>li:first-child>span{
	width: 45px;
	height: 45px;
	border-radius: unset;
	border: 1px solid #ebeef8;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
	opacity: 1;
	color: rgba(0,0,0,0);
	font-size: 18px;
	background-image: url(../image/honor_certificates_l.png);
	background-repeat: no-repeat;
	background-size: 7px 14px;
	background-position-x: center;
	background-position-y: center;
}
.pages .pagination>li:last-child>a, .pages .pagination>li:last-child>span{
	width: 45px;
	height: 45px;
	border-radius: unset;
	border: 1px solid #ebeef8;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
	opacity: 1;
	color: rgba(0,0,0,0);
	font-size: 18px;
	background-image: url(../image/honor_certificates_r.png);
	background-repeat: no-repeat;
	background-size: 7px 14px;
	background-position-x: center;
	background-position-y: center;
}
.pages .pagination>.active>a,
.pages .pagination>.active>a:focus,
.pages .pagination>.active>a:hover,
.pages .pagination>.active>span,
.pages .pagination>.active>span:focus,
.pages .pagination>.active>span:hover{
	color: #fff;
	background-color: #0068b7;
	border: 1px solid #0068b7;
}

/*markup*/
/*法兰国际标准*/
.markup{
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.markup .main{
	max-width: 1400px;
	margin: 0 auto;
}
.markup .main .navs{
	border: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 767px){
	.markup .main .navs{
		border: 0px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
.markup .main .navs li{
	width: 130px;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	border-radius: 0px;
	background-color: rgba(0,0,0,0);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.markup .main .navs li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #595757;
	font-weight: bold;
}
.markup .main .content{
	border: 1px solid #d2d2d2;
	padding: 50px 20px;
	margin-top: 35px;
}
.markup .main .content img{
	max-width: 100% !important;
}
.markup .main .content.list{
	padding: 0;
}
.markup .main .content .title{
	font-size: 24px;
	color: #595757;
	text-align: center;
	font-weight: bold;
}
.markup .main .navs li.active a{
	color: #d8262c;
}
.markup .main .navs li.active{
	border: 1px solid #d8262c;
	color: #d8262c;
}
.markup .main .ul{
}
@media screen and (max-width: 767px){
	.markup .main .ul{
		margin-top: 10px;
	}
}
.markup .main .ul .li{
	width: 100%;
	height: 66px;
	line-height: 66px;
	border-bottom: 1px solid #c9c9c9;
}
.markup .main .ul .li a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 18px;
	color: #595757;
}
.markup .main .ul .li a .tit{
	font-weight: bold;
	padding-left: 40px;
	position: relative;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.markup .main .ul .li a .tit:after{
	position: absolute;
	content: '';
	height: 2px;
	width: 20px;
	background-color: #595757;
	top: 32px;
	left: 20px;
}
.markup .main .ul .li:hover a .tit:after{
	background-color: #fff;
}
.markup .main .ul .li a .comprehend{
	font-size: 14px;
	padding-right: 50px;
}
@media screen and (max-width: 767px){
	.markup .main .ul .li a .comprehend{
		display: none;
	}
}
.markup .main .ul .li:hover{
	background-color: #d8262c;
}
.markup .main .ul .li:hover a{
	color: #fff;
}

.footer_nav{
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	background-color: #e60012;
	z-index: 198;
	display: none;
}
@media screen and (max-width: 767px){
	.footer_nav{
		display: block;
	}
}
.footer_nav .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
	width: 100%;
	height: 100%;
}
.footer_nav .ul .li{
	width: 33.3%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.footer_nav .ul a{
	color: #fff;
}

.partner .swiper-button-next:focus-visible, .partner .swiper-button-prev:focus-visible{
	outline: none;
}


.modal #vodeo_modal{
	width: 100%;
}


.download.download_detail .main{
	border: 2px solid #e5e5e5;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media screen and (max-width: 767px){
	.download.download_detail .main{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.download.download_detail .main img {
	max-width: 70%;
	/*height: 100%;*/
	/*justify-content: center;*/
	/*object-fit: cover;*/
}
@media screen and (max-width: 767px){
	.download.download_detail .main img {
		width: 100%;
	}
}
.btnsa_download_detail{
	height: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.btnsa_download_detail a{
	display: block;
	width: 100%;
	height: 100%;

}
.btnsa_download_detail .box{

}
.btnsa_download_detail .box span{
	padding-left: 8px;
}
.btnsa_download_detail .left{
	width: 160px;
	height: 50px;
	background-color: #e5e5e5;
}
.btnsa_download_detail .left a{
	color: #727171;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.btnsa_download_detail .right{
	width: 160px;
	height: 50px;
	background-color: #e60113;
	margin-left: 10px;
}
.btnsa_download_detail .right a{
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}



